-- card: 30370 from stack: in -- bmap block id: 30494 -- flags: 4000 -- background id: 8902 -- name: vault ----- HyperTalk script ----- on opencard put "This vault-like door is made of solid steel and is probably"& " about three feet thick." into field "Info" pass opencard end opencard -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=161 top=302 right=323 bottom=192 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: OK ----- HyperTalk script ----- on mouseUp global filter if filter is "yes" then beep exit mouseup end if global donteat get bkgnd field "do what" if the number of words in it > 1 then beep 2 oneword exit mouseup end if if it contains "open" or it contains "push" or it contains "pull" or it contains "unlock" or it contains "turn" or it contains "knock" then put "The guard slaps you away and asks you for some identificatio"& "n."into field "info" exit mouseup end if if it contains "close" or it contains "shut" then put "The door is already closed." into field "info" end if if it contains "examine" or it contains "look" then send "opencard" to this card exit mouseup end if if it contains "hit" or it contains "kick" or it contains "punch" then ouch exit mouseup end if if it contains "get" or it contains "move" then put "You give up once you realize"& " that you are not strong enough to rip the door off its hinges." into field "info" exit mouseup end if if it contains "eat" or it contains "consume" then put donteat into field "info" exit mouseup end if if it contains "go" then put "That would work, except you're not sure how you're going"& " to go about walking through solid steel." into field "info" exit mouseup end if if it is "" then put "Speak up. I can't hear you." into field "info" exit mouseup end if idunno end mouseUp on cont end cont -- part contents for background part 2 ----- text ----- What would you like to do with the Art? -- part contents for background part 7 ----- text ----- Vault